ProjectWise Explorer Help

Registry Strings for Enabling Simple or Automatic Check-in from AutoCAD

By default, closing a checked out document from integrated AutoCAD will open the standard ProjectWise Check In dialog for you to check in the document. You can change the default AutoCAD check-in behavior by configuring the following registry strings:

  • SimpleDialog
  • ShowConfirmation

Set both SimpleDialog and ShowConfirmation to True to enable simple check-in. When simple check-in is enabled and you close a checked out document, the standard ProjectWise Check In dialog is replaced with a simple confirmation dialog that prompts you, "Check in closed document?” You can then click Yes or No.

Set SimpleDialog to True and set ShowConfirmation to False to enable automatic check-in. When automatic check-in is enabled and you close a checked out document, the document is automatically checked in without any prompting.

To Enable Simple Check-in for AutoCAD

  1. Open your Windows Registry Editor.
  2. Find the registry key:

    HKEY_CLASSES_ROOT\AutoCAD\ODMA64\Dialogs\CheckIn

  3. Under that, create a string called SimpleDialog, and set the value to True.
  4. In the same location, set the value of ShowConfirmation to True.
  5. Close the Registry Editor.

To Enable Automatic Check-in for AutoCAD

  1. Open your Windows Registry Editor.
  2. Find the registry key:

    HKEY_CLASSES_ROOT\AutoCAD\ODMA64\Dialogs\CheckIn

  3. Under that, create a string called SimpleDialog, and set the value to True.
  4. In the same location, set the value of ShowConfirmation to False.
  5. Close the Registry Editor.